home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Very Best of Atari Inside
/
The Very Best of Atari Inside 1.iso
/
mint
/
mntlib43
/
mntlib
/
mincl
< prev
next >
Wrap
Text File
|
1994-01-15
|
5KB
|
197 lines
#
# GCC specific stuff
FCOMPD = _eqdf2.o _gtdf2.o _ledf2.o _gedf2.o _ltdf2.o
FCOMPS = _eqsf2.o _gtsf2.o _lesf2.o _gesf2.o _ltsf2.o
GLIB1 = _addsubd.o _addsubs.o _divdf3.o _divmods.o \
_divsf3.o _extends.o _fixdfsi.o _fxunsd.o _fltsi.o \
_muldf3.o _mulsf3.o _mulsi3.o _negdf2.o _negsf2.o _normdf.o _normsf.o \
_truncdf.o _udivmod.o _umulsi3.o _fixsfsi.o _fltsisf.o _isnan.o
GLIB2 = _muldi3.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _negdi2.o \
_lshrdi3.o _lshldi3.o _ashldi3.o _ashrdi3.o _udivmoddi4.o _cmpdi2.o \
_ucmpdi2.o _floatdidf.o _floatdisf.o _fixunsdfsi.o _fixunssfsi.o \
_fixunsdfdi.o _fixdfdi.o _fixunssfdi.o _fixsfdi.o _op_new.o \
_new_handler.o _op_delete.o _trampoline.o __main.o _ctor_list.o \
_dtor_list.o _ffsdi2.o
GCC= crtinit.o stksiz.o inistack.o heapbase.o binmode.o \
$(GLIB1) $(GLIB2) $(FCOMPD) $(FCOMPS) \
ldexp.o frexp.o modf.o alloca.o setjmp.o osbind.o\
linea.o alglobal.o thread.o sysvar.o gmon.o \
initsig.o bblink.o defmode.o
#
# ANSI stuff + support
ANSI = abort.o atexit.o atof.o atol.o \
bsearch.o \
calloc.o clock.o ctime.o ctype.o \
difftime.o div.o doprnt.o \
eprintf.o \
fclose.o fdopen.o fflush.o fgetc.o fgets.o filbuf.o \
fopen.o fprintf.o fputc.o fputs.o fread.o fscanf.o fseek.o \
fsetpos.o fungetc.o fwrite.o \
getbuf.o getenv.o gets.o getw.o \
localtim.o ltoa.o main.o malloc.o \
printf.o qsort.o \
raise.o rand.o realloc.o \
scanf.o sscanf.o setbuf.o setvbuf.o \
setlocal.o sprintf.o strftime.o strtol.o strtoul.o system.o \
tmpnam.o tmpfile.o toxxx.o \
vfprintf.o vprintf.o wcmb.o \
wcscat.o wcscmp.o wcscpy.o wcslen.o wnull.o
#
# other miscellaneous stuff
PORT = a64l.o alphasor.o abs.o buffindf.o ctermid.o cuserid.o \
ffs.o findfile.o fopenp.o frwbin.o ftw.o \
gethostn.o getlogin.o getopt.o getpages.o getpass.o getpw.o grp.o \
mktemp.o nlist.o obstack.o \
random.o regexp.o regsup.o \
scandir.o strlwr.o strupr.o strrev.o sync.o \
textio.o truncate.o \
utmp.o wtmp.o \
ic.o ig.o il.o ip.o iw.o ident.o
#
# the string library
STRING = strcat.o strchr.o strcmp.o strcpy.o strcspn.o strdup.o \
strlen.o strncat.o strncmp.o strncpy.o strpbrk.o strrchr.o strspn.o \
strtok.o strstr.o memccpy.o memcmp.o memchr.o memset.o \
bcopy.o bcmp.o bzero.o strerror.o strcoll.o \
stricmp.o strnicmp.o
#
# stuff to fake unix system calls
UNIX= access.o alarm.o console.o chdir.o chmod.o close.o dirent.o dup.o \
exec.o execp.o fcntl.o fork.o getcwd.o getpid.o getuid.o getrusag.o \
getdtabl.o getgroup.o ioctl.o isatty.o \
kill.o killpg.o link.o lockf.o lseek.o mkfifo.o mkdir.o mknod.o \
nice.o open.o \
pause.o pipe.o perror.o pgrp.o popen.o psignal.o putenv.o \
read.o rename.o rmdir.o sbrk.o select.o sgtty.o sigactio.o \
sigblock.o siglist.o signal.o sleep.o spawn.o spawnve.o spawnvp.o \
setrlimi.o stat.o statfs.o symlink.o sysconf.o \
time.o times.o timeoday.o ttyname.o \
uname.o unlink.o unx2dos.o utime.o vfork.o wait.o wait3.o \
waitpid.o write.o
#
# termios stuff
TERMIOS= cfspeed.o tcattr.o tcbreak.o tcdrain.o \
tcflow.o tcflush.o tcpgrp.o
#
# stuff for integer only scan/printf
IIOBJ = idoprnt.o iscanf.o fprintf.o sprintf.o fscanf.o sscanf.o
all: $(ALL)
all020: $(ALL020)
$(CLIB): $(GCC) $(UNIX) $(STRING) $(ANSI) $(PORT) $(TERMIOS)
$(AR) rs $(CLIB) $(GCC) $(UNIX) $(STRING) $(ANSI) $(PORT) $(TERMIOS)
$(IIOLIB): $(IIOBJ)
$(AR) rs $(IIOLIB) $(IIOBJ)
$(CLIB020): $(GCC) $(UNIX) $(STRING) $(ANSI) $(PORT) $(TERMIOS)
$(AR) rs $(CLIB020) $(GCC) $(UNIX) $(STRING) $(ANSI) $(PORT) $(TERMIOS)
#
# gmon.o CANNOT have -fomit-frame-pointer
gmon.o: gmon.c
$(CC) $(CFFLAGS) -c $<
#
# Assembler stuff that needs to be preprocessed
#
.SUFFIXES: .cpp
$(FCOMPD): %.o: _cmpdf2.cpp
$(CC) $(PPFLAGS) -DL$* -c $< -o $@
$(FCOMPS): %.o: _cmpsf2.cpp
$(CC) $(PPFLAGS) -DL$* -c $< -o $@
.cpp.o:
$(CC) $(PPFLAGS) -x assembler-with-cpp -c $< -o $@
setjmp.o : setjmp.cpp
div.o : div.cpp
_addsubd.o: _addsubd.cpp
_addsubs.o: _addsubs.cpp
_divdf3.o: _divdf3.cpp
_divsf3.o: _divsf3.cpp
_extends.o: _extends.cpp
_fixdfsi.o: _fixdfsi.cpp
_fltsi.o: _fltsi.cpp
_fxunsd.o: _fxunsd.cpp
_muldf3.o: _muldf3.cpp
_mulsf3.o: _mulsf3.cpp
_normdf.o: _normdf.cpp
_normsf.o: _normsf.cpp
_truncdf.o: _truncdf.cpp
_fixsfsi.o: _fixsfsi.cpp
_fltsisf.o: _fltsisf.cpp
frexp.o: frexp.cpp
ldexp.o: ldexp.cpp
modf.o: modf.cpp
vfork.o : vfork.cpp
osbind.o : osbind.cpp
alloca.o: alloca.cpp
bcopy.o: bcopy.cpp
bzero.o: %.o: bzero.cpp
$(CC) $(PPFLAGS) -DL$* -c $< -o $@
memset.o: %.o: bzero.cpp
$(CC) $(PPFLAGS) -DL$* -c $< -o $@
#
# integer only io stuff
idoprnt.o: doprnt.c
$(CC) $(CFLAGS) -D__NO_FLOAT__ -c $< -o idoprnt.o
iscanf.o: scanf.c
$(CC) $(CFLAGS) -D__NO_FLOAT__ -c $< -o iscanf.o
#
# gcrt0 and crt0
#
$(GCRT0): crt0.cpp
$(CC) $(PPFLAGS) -DGCRT0 -x assembler-with-cpp -c $< -o $@
$(CRT0): crt0.cpp
$(CC) $(PPFLAGS) -x assembler-with-cpp -c $< -o $@
# other dependencies
atof.o : flonum.h
#
# libgcc2 stuff (works for both -mshort and -mnoshort)
$(GLIB2): %.o: libgcc2.c longlong.h
$(CC) $(CLFLAGS) -DL$* -c $< -o $@
.PHONY: install install020 clean realclean all all020 top
install: $(ALL)
$(CP) $(ALL) $(LIB)
install020: $(ALL020)
$(CP) $(ALL020) $(LIB)
clean:
rm -f $(GCC)
rm -f $(UNIX)
rm -f $(STRING)
rm -f $(ANSI)
rm -f $(PORT)
rm -f $(TERMIOS)
rm -f $(IIOBJ)